CygNet can scale the value of an Analog Input point. The scaling options are linear or a polynomial curve.
The equation for scaling is:
|
(A5 * X5) + (A4 * X4) + (A3 * X3) + (A2 * X2) + (A1 * X1) + (A0 * X0) = Y |
If you specify the scaling using the linear values, the PNT Editor will convert the linear values to coefficients to fit the equation.
For an Analog Input point, you can use the scaling option to define the resolution of a value with or without scaling the value. For example, the remote device returns the value in hundredths and you want it to be stored in tenths, you can use the Set Decimal Places option on the Scaling page to accomplish this.
This is also useful for points for which the value is calculated, such as scripted points.
To define the resolution without scaling the data, you must ensure that there is a 1:1 relationship between the raw values and the engineering units (that is, if raw units are 0-100 then the engineering units must be 0-100). This sets the polynomial equation to X=Y, and thus the data isn’t scaled.
To Set Data Resolution without Scaling